home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / os2 / rsynth1.zip / phones.h < prev    next >
C/C++ Source or Header  |  1994-09-19  |  161b  |  9 lines

  1. #define PHONE(nm,br,am,ex) nm,
  2. enum phone_e { SIL,
  3. #include "phones.def"
  4. END };
  5. #undef PHONE
  6. extern char *ph_name[];
  7. extern char *ph_br[];
  8. extern char *ph_am[];
  9.